home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Utilitare / c-org / C-OrgPro.exe / {app} / Templates.RPT / Tasks.rpt < prev    next >
Encoding:
Text File  |  2003-11-07  |  2.9 KB  |  89 lines

  1. ##-Header-##
  2.  
  3. <html>
  4. <head>
  5. <title>%%TasksList%%</title>
  6. <meta http-equiv="Content-Type" content="text/html">
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. <b><i><font size="3" color="#0080C0" face="Arial">%%Tasks%%</font></i></b> 
  10. <hr size="2">
  11. <table width="100%" border="1" cellspacing="0" cellpadding="2">
  12.   <tr> 
  13.     <td height="20" bgcolor="#FFFFE1">
  14.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  15.         <tr> 
  16.           <td height="20" width="40"><img src="TasksImages\TasksFolder.gif" width="20" height="20"></td>
  17.           <td height="20">
  18.             <div align="left"><b><font face="Arial" size="2">%%Task%%</font></b></div>
  19.           </td>
  20.         </tr>
  21.       </table>
  22.     </td>
  23.     <td height="20" bgcolor="#FFFFE1" width="90"><b><font size="2" face="Arial">%%Begin_Date%%</font></b></td>
  24.     <td height="20" bgcolor="#FFFFE1" width="90"><b><font size="2" face="Arial">%%End_Date%%</font></b></td>
  25.     <td height="20" bgcolor="#FFFFE1" width="20"><img src="TasksImages\Priority.gif" width="20" height="20"></td>
  26.     <td height="20" bgcolor="#FFFFE1" width="30"> 
  27.       <div align="center"><img src="TasksImages\Completed.gif" width="20" height="20"></div>
  28.     </td>
  29.   </tr>
  30.  
  31. ##-Header-End-##
  32.  
  33. ##-RecordWithoutDescription-##
  34.  
  35.   <tr> 
  36.     <td height="20"> 
  37.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  38.         <tr> 
  39.           <td height="20" width="40"><img src="%%RecordImage%%" width="40" height="20"></td>
  40.           <td height="20"><font face="Arial" size="2">%%Title%%</font></td>
  41.         </tr>
  42.       </table>
  43.     </td>
  44.     <td height="20"><font face="Arial" size="2">%%BeginDate%%</font></td>
  45.     <td height="20"><font face="Arial" size="2">%%EndDate%%</font></td>
  46.     <td height="20">%%Priority%%</td>
  47.     <td height="20"> 
  48.       <div align="center"><font face="Arial" size="2">%%Completed%%</font></div>
  49.     </td>
  50.   </tr>
  51.  
  52. ##-RecordWithoutDescription-End-##
  53.  
  54. ##-RecordWithDescription-##
  55.  
  56.   <tr> 
  57.     <td height="20"> 
  58.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  59.         <tr> 
  60.           <td height="20" width="40"><img src="%%RecordImage%%" width="40" height="20"></td>
  61.           <td height="20"><font face="Arial" size="2">%%Title%%</font></td>
  62.         </tr>
  63.       </table>
  64.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  65.         <tr> 
  66.           <td height="20" width="40"> </div>
  67.           </td>
  68.           <td height="20">%%Description%%</td>
  69.         </tr>
  70.       </table>
  71.     </td>
  72.     <td height="20"><font face="Arial" size="2">%%BeginDate%%</font></td>
  73.     <td height="20"><font face="Arial" size="2">%%EndDate%%</font></td>
  74.     <td height="20">%%Priority%%</td>
  75.     <td height="20"> 
  76.       <div align="center"><font face="Arial" size="2">%%Completed%%</font></div>
  77.     </td>
  78.   </tr>
  79.  
  80. ##-RecordWithDescription-End-##
  81.  
  82. ##-Footer-##
  83.  
  84. </table>
  85. </body>
  86. </html>
  87.  
  88. ##-Footer-End-##
  89.